From 69698ae65775e8f7a2b789400421cb38dbacced0 Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Fri, 7 Oct 2011 09:35:12 +0100 Subject: [PATCH] tools/libfsimage: Avoid relative XEN_ROOT specification XEN_ROOT must be set to an absolute path to avoid out of the tree references Signed-off-by: Juergen Gross Committed-by: Keir Fraser --- tools/libfsimage/xfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libfsimage/xfs/Makefile b/tools/libfsimage/xfs/Makefile index 99ed1ba0db..6580007404 100644 --- a/tools/libfsimage/xfs/Makefile +++ b/tools/libfsimage/xfs/Makefile @@ -1,4 +1,4 @@ -XEN_ROOT = ../../.. +XEN_ROOT = $(CURDIR)/../../.. LIB_SRCS-y = fsys_xfs.c -- 2.30.2